.header {
    background-color: #F2FAFE;
    height: 110px;
}

.header-con {
    width: 1200px;
    height: 110px;
    margin: 0px auto;
    overflow: hidden;
}

.logo {
    height: 54px;
    margin: 28px 0px;
    float: left;
}

/*.search {
    width: 255px;
    height: 110px;
    float: right;
}

    .search .search-con {
        width: 243px;
        height: 30px;
        margin: 40px 0px;
        border: 1px solid #FF971D;
        background: #fff;
        border-radius: 3px;
        padding-left: 10px;
    }*/

.search {
    width: 255px;
    height: 70px;
    float: right;
    padding: 0 0px 25px;
}

    .search .search-con {
        width: 243px;
        height: 30px;
        /*margin:40px 0px;*/
        border: 1px solid #FF971D;
        background: #fff;
        border-radius: 3px;
        padding-left: 10px;
    }

.linkindex {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #1B478E;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

    .linkindex:hover {
        color: #f60;
    }

.searchinput {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: none;
    outline: none;
    float: left;
}

.search-btn {
    width: 40px;
    height: 30px;
    float: right;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

    .search-btn img {
        width: 18px;
        height: 18px;
        margin: 6px auto;
    }


.nav {
    height: 50px;
    background-color: #065BB2;
}

.nav-con {
    width: 1200px;
    height: 110px;
    margin: 0px auto;
    overflow: hidden;
}

    .nav-con ul:after {
        width: 0px;
        height: 0px;
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
    }

    .nav-con ul li {
        float: left;
        height: 50px;
        line-height: 50px;
    }

        .nav-con ul li a {
            display: block;
            line-height: 50px;
            /*padding: 0px 25px;*/
            padding: 0px 40px;
            color: #fff;
            font-size: 18px;
        }

            .nav-con ul li a:hover {
                background-color: #2E89E8 !important;
            }

        .nav-con ul li.active a {
            background-color: #2E89E8 !important;
        }



.footer {
    background: #898989;
    padding: 15px 0px;
}

    .footer p {
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }

        .footer p a {
            color: #fff;
        }

            .footer p a:hover {
                color: #f60;
            }
